.new-main .home-headline .top-title {
  margin-top: -180px;
}

@media only screen and (max-width: 768px) {
  .new-main .home-headline .top-title {
    margin-top: unset;
  }

  body .jg_w .jg_l-r .jg_r .zx_jj ul li {
    width: 100%;
  }

  .jg_w .jg_l-r .jg_r .zx_jj ul.zx_jj_listpic li a.zx_jj_pic1 img {
    width: 150px !important;
  }
  body .new-main .home-info .new-container .left .swiper {
    height: 200px;
  }

  .new-main .home-wxpl .swiper .swiper-slide .img {
    height: 350px;
  }

  .new-main
    .home-xztj
    .swiper-detail
    .swiper-slide
    .left
    .head
    span:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 显示的行数 */
    -webkit-box-orient: vertical; /* 设置垂直排列 */
    overflow: hidden;
    font-size: 18px;
    line-height: 30px;
  }

  .new-main .home-xztj .swiper-detail .swiper-slide .left .body {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 显示的行数 */
    -webkit-box-orient: vertical; /* 设置垂直排列 */
    overflow: hidden;
    margin-top: 10px;
  }

  .new-main .home-xztj .swiper-nav {
    padding: 15px 0;
    margin-bottom: 50px;
  }
}
